home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / Jims CDEFs 1.50 / CDEF Source / source / fatCDEF.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  562 b   |  20 lines  |  [TEXT/KAHL]

  1. //------------------------- © 1994-1995 by James G. Stout --------------------------
  2. // File        : fatCDEF.h
  3. // Date        : May 5,1995
  4. // Author    : Jim Stout
  5. // Purpose    : support file for PPC/FAT CDEFs.  Mostly, this is to keep the mainline
  6. //            : code a bit neater than it would be with all of these #ifdef's
  7. //----------------------------------------------------------------------------------
  8.  
  9. #ifdef __powerc
  10.     #ifdef SYMANTEC_C
  11.         #include <stdlib.h>
  12.     #endif
  13. #else
  14.     #ifdef __MWERKS__
  15.         #include <A4Stuff.h>
  16.     #endif
  17.     #ifdef THINK_C
  18.         #include <SetUpA4.h>
  19.     #endif
  20. #endif